'Usage
Dim instance As PDFDocument Dim stream As Stream Dim password() As Byte instance.Load(stream, password)
public: void Load( Stream^ stream, array<byte>^ password )
Parameters
- stream
- Stream storing the PDF file.
- password
- Password to open the PDF file.